home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1730 / frame_37 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  122 b   |  10 lines

  1. behit = true;
  2. if(hp <= 0)
  3. {
  4.    gotoAndStop("dead");
  5.    play();
  6. }
  7. _parent._parent.hiten.start();
  8. hp -= 1;
  9. play();
  10.